home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / mac / Alati / TEXT Editori i pomagala / Add⁄Strip 3.22 / Add⁄Strip 3.22.sea / Add_Strip 3.22 / Add_Strip™ 3.2.2 Docs < prev    next >
Text File  |  1995-08-09  |  15KB  |  276 lines

  1. * Add/Strip¬ 3.2.2 ⌐ 1987-95 by Jon Wind is Shareware ($25/copy or $100/site)
  2. * This file MUST accompany Add/Strip 3.2.2
  3. * Formatted using 12 point Times
  4.  
  5.  
  6. Files Included:
  7. ------------------------------------
  8.  
  9. ▌  Add/Strip 3.2.2 ─ - Contains Add/Strip 3.2.2 distribution files.
  10.     -  Add/Strip¬ 3.2.2 - The main application.
  11.     -  Add/Strip¬ 3.2.2 Docs - Basic documentation for this release.
  12.     -  A/S Help - Add/Strip online help resources.
  13.     -  A/S Balloon Help - Add/Strip Balloon Help resources.
  14.     -  Edit Add/Strip¬ 3.2.2 - An application to edit Add/Strip 3.2.2 resources.
  15.  
  16.     ▌  Example Files ─ - Contains several demonstration TEXT files and processing settings files.
  17.         ▌  About the Demos╔ - Brief explanation of contents of sample files╒ folders.
  18.         ▌  Database Demos ─ - Contains demos of database file format conversions.
  19.         ▌  HTML Cleanup ─ - Contains quick & dirty demo of HTML code removal.
  20.         ▌  Make Paragraphs ─ - Contains demos of line to paragraph conversions.
  21.         ▌  Sequential Replacements ─ - Contains demos that illustrate ways to use replacements.
  22.  
  23.     ▌  Remapping Sets ─ - Contains additional remapping sets for installation using Edit Add/Strip.
  24.         -  Convert Diacriticals - Effectively removes diacritical marks (î to a, â to E, etc.).
  25.         -  Encrypt/Decrypt - Simple character replacement encryption and decryption.
  26.         -  Greek Maps - Examples of several foreign (Greek) character remapping sets.
  27.         -  Remove Numbers - Removes any and all number characters (0-9).
  28.  
  29.     ▌  Utilities ─ - Contains Tabs2BestVariable application.
  30.         -  Tabs2BestVariable 1.0.1 - Tab Delimited -> Variable process column with width scanning.
  31.         -  Tabs2BestVariable Docs - Brief documentation for Tabs2BestVariable application.
  32.         -  A/S Multi-set Processor - Sample AppleScript application for A/S.
  33.  
  34.  
  35. Description:
  36. ------------------------------------
  37.  
  38. TEXT documents created on a DOS-based machine or a mainframe are invariably formatted inappropriately for use on a Macintosh¿.  They often contain unnecessary control characters, carriage returns, the wrong kind of quotation and apostrophe marks, and so forth.  Manually reformatting these documents can be a tedious and time-consuming task.
  39.  
  40. Add/Strip (A/S) has been designed to automatically perform much of the work of cleaning up TEXT files destined for import to page layout, word processing, database, or spreadsheet programs, as well as export from these programs to a DOS-based or mainframe computer.  All in a fraction of the time needed to manually reformat using a word processor.
  41.  
  42. Version 3.2.2 of A/S is the product of many hours of work, and is available as Shareware.  If you use it, please pay for it.  See the section entitled ╥Registration╙ for more.
  43.  
  44.  
  45. Commands:
  46. ------------------------------------
  47.  
  48. -->  See the online help (╥About Add/Strip¬╔╙ menu item) for a more complete description of current functions and limitations.
  49.  
  50. -->  Please note that ╥Strip CRs╙ is NOT the same as ╥Make Paragraphs.╙  If you plan on importing the text file to a page layout or word processing program you probably need to use ╥Make Paragraphs╙ or ╥Make Paragraphs2.╙
  51.  
  52.  
  53. Order of Processing:
  54. ------------------------------------
  55.  
  56. Remap characters if required by chosen remapping set
  57. Replacement sets #1-150
  58. Line Replacement sets #1-50
  59. Strip control characters
  60. Make ellipses
  61. Make em dashes
  62. Make ligatures
  63. Leading string (done in main process if ╥Make Paragraphs╙ is chosen)
  64. Strip trailing spaces
  65. Quotes & apostrophes
  66. Normalize spaces
  67. Adjust case
  68. Perform main process
  69. Remap characters if required by chosen remapping set
  70.  
  71. BOF and EOF Insert Strings are inserted directly into the output file.  A/S interprets any embedded ASCII character codes and, if the current character remapping set remaps outgoing characters, it remaps the characters as needed.  No other processing is done.
  72.  
  73.  
  74. Add/Strip 3.2.2 Changes:
  75. ------------------------------------
  76.  
  77.   Ñ  Fixed bug that caused ^@ codes to fail to replace all matched characters
  78.   Ñ  Fixed bug that caused ^? codes to fail in some line replacements
  79.   Ñ  Command keys now work properly when the character chart window is open
  80.   Ñ  Documents can no longer be opened when a replacements window is open
  81.   Ñ  Added quick & dirty HTML code removal demo (I╒m working on HTML to RTF conversion)
  82.  
  83.  
  84. Add/Strip 3.2.1 Changes:
  85. ------------------------------------
  86.  
  87.   Ñ  Fixed bug that could cause A/S to quit with a system error when opening
  88.   Ñ  Special pop-up menu now works in Characters Between Inserts window
  89.   Ñ  Added three new wildcards; upper case, lower case, & punctuation characters
  90.   Ñ  Added support for MS Word╒s ^t and ^p character codes for tabs and CRs
  91.   Ñ  Increased maximum width of replacement strings to 64 characters
  92.   Ñ  Expanded alpha wildcard matches to include international characters
  93.   Ñ  Fixed text coloring problem that could occur when command-typing characters
  94.   Ñ  Fixed a bug that caused some ╥change to╙ ASCII codes to be ignored
  95.   Ñ  Replacement lists show a case ignore checkbox for each set and always draw in plain text style
  96.   Ñ  Divider line in replacements lists is movable to adjust cell width; double-click to center
  97.   Ñ  Replace button replaces all selected replacement sets with the current Find/Change strings
  98.   Ñ  Disable & Enable buttons dim if chosen items are already disabled/enabled
  99.   Ñ  Force Width process no longer inserts bogus CRs when told to never merge lines
  100.   Ñ  Remove bounding spaces option strips spaces from the beginning of lines too
  101.   Ñ  Settings are now listed in processing order (more or less) in printouts
  102.   Ñ  Improved word and sentence capitalization routines
  103.   Ñ  New bevel effects and 3D buttons & checkboxes for monitors with 16 grays or 256+ colors
  104.   Ñ  Added code for Now SuperBoomerang to add menus to Load Settings and Browse a File items
  105.   Ñ  Made some minor code optimizations for Power PC
  106.   Ñ  Removed a few lines of leftover debugging code
  107.   Ñ  Updated the external help files
  108.  
  109.  
  110. New in Add/Strip 3.2:
  111. ------------------------------------
  112.  
  113. Fixes:
  114.   Ñ  Merge All properly creates a file instead of a folder and processes
  115.   Ñ  Process Select slider correctly adjusts after reading settings
  116.   Ñ  Fixed pattern display in processing thermometer
  117.   Ñ  Better support for processing very long lines
  118.   Ñ  Better interaction between ASCII chart window and ╥parent╙ dialog
  119.   Ñ  Improved reliability of replacement strings which ignore case
  120.   Ñ  Improved feedback when dragging list items or list insertion point
  121.   Ñ  Attempts to paste when a scrolling list is hilighted are now ignored
  122.   Ñ  File chunks are now read to the nearest CR
  123.   Ñ  Unreadable settings file no longer cancels opening of other D&D files in set
  124.   Ñ  No more address errors when New Folder is chosen in Folder picker
  125.   Ñ  No more bombs when loading settings files on 68000-based Macs
  126.   Ñ  Processing of D&D files is prevented if currently processing a file
  127.   Ñ  Improved handling of low memory situations
  128.  
  129. Changes:
  130.   Ñ  New Finder icons
  131.   Ñ  New Settings file format; A/S can read those created with 3.0 and later
  132.   Ñ  Increased memory requirements but reduced memory fragmentation
  133.   Ñ  Revised and added help text sections and Balloon Help balloons
  134.   Ñ  Force Line Width process now breaks lines at spaces and tabs
  135.   Ñ  ASCII Character codes use a ╥^╙ rather than a ╥#╙ before the number
  136.   Ñ  Slider replaces scrollbar in Process Select window
  137.   Ñ  Pop-up menus can be trigged by clicks in the title text
  138.   Ñ  Replacement windows are movable and modal
  139.   Ñ  Replacement windows use TrueType (when available) for full character set
  140.   Ñ  Renamed ╥Filter noise chars╙ checkbox to ╥Strip control chars╙
  141.   Ñ  Process Select or Current settings window is hidden during processing
  142.   Ñ  Desk Accessories can no longer be opened from A/S while processing
  143.   Ñ  Quotes & Apostrophes curling is disabled for CSV -> Tab Delimited
  144.   Ñ  Quits after processing if A/S was opened by TEXT file drag & drop
  145.   Ñ  Dragged and dropped files are opened alphabetically, settings files first
  146.   Ñ  TEXT file creator can be chosen by selecting a specific application
  147.   Ñ  Aliases are shown when picking files, folders, and applications
  148.   Ñ  More application preferences are available from hierarchical menu
  149.   Ñ  A bunch of other odds and ends were adjusted as needed
  150.  
  151. New:
  152.   Ñ  Colored windows with optional beveling
  153.   Ñ  External files for topical help and Balloon Help
  154.   Ñ  Current Settings mini-window in Process Only mode
  155.   Ñ  Settings file name is shown in Process Select or Current settings window title
  156.   Ñ  Command/option clicking in settings window title bar for settings popup menus
  157.   Ñ  Line String Replacements Sets for replacing within a line & line removal
  158.   Ñ  New types of searching wildcards (any digit, letter, or chars sequence)
  159.   Ñ  Fixed String Insertions process to insert strings at fixed intervals
  160.   Ñ  Variable String Insertions process to insert strings at variable intervals
  161.   Ñ  Tab Delimited -> Variable2 process to convert to variable columnar
  162.   Ñ  Mac to Unix and Unix to Mac remapping sets
  163.   Ñ  Printing of most of the current settings
  164.   Ñ  Revert Window menu item for appropriate windows
  165.   Ñ  Select All command for edit text fields and replacement lists
  166.   Ñ  Output file icon display in the save file window
  167.   Ñ  Online help sections can be saved to TEXT files
  168.   Ñ  Progress bar uses window colors (System 7.x) or hilight color (System 6.x)
  169.   Ñ  Clicks on remapping set name in Process Select window picks new set
  170.   Ñ  Up and down arrow keys adjust selected pairs in replacements list
  171.   Ñ  Optional registration through CompuServe or ZiffNet (GO CIS:SWREG)
  172.  
  173.  
  174. New in Edit A/S 3.2.2:
  175. ------------------------------------
  176.  
  177.   Ñ  Added capability to edit recent versions of Add/Strip (from 3.2)
  178.  
  179.  
  180. New in Edit A/S 3.2.1:
  181. ------------------------------------
  182.  
  183.   Ñ  Fixed bug that could cause Edit A/S to quit with a system error when opening
  184.   Ñ  Fixed bug that allowed Edit A/S to be chosen when importing remapping sets
  185.   Ñ  Can edit match characters for alpha, digit, upper, lower, & punctuation wildcards
  186.   Ñ  Windows are filled with a lighter gray
  187.   Ñ  Made some minor code optimizations for Power PC
  188.   Ñ  File open & save window color resources can be removed from A/S
  189.   Ñ  3D buttons & checkboxes can be removed from A/S
  190.   Ñ  Recognizes when the copy of A/S that is being edited is on a locked volume
  191.  
  192.  
  193. New in Edit A/S 3.2:
  194. ------------------------------------
  195.  
  196. Fixes:
  197.   Ñ  Blocked importing of remapping sets from the open copy of A/S
  198.   Ñ  Fixed bug which prevented some cursor sets from installing properly
  199.   Ñ  Remapping sets import properly from other copies of A/S
  200.  
  201. Changes:
  202.   Ñ  Revised Remove Resources window since help is now in external files
  203.   Ñ  Characters can now be removed or remapped using remapping sets
  204.   Ñ  CRs can be used in remapping sets when not translating immediately
  205.   Ñ  Character charts use TrueType (if available) for full character set
  206.   Ñ  A bunch of other odds and ends were adjusted as needed
  207.   Ñ  Cursor installation can be limited to B&W versions only
  208.   Ñ  Color cursors are drawn in color when not limiting to B&W versions
  209.  
  210. New:
  211.   Ñ  New Finder icons
  212.   Ñ  Application aliases are shown when opening a copy of A/S for editing
  213.   Ñ  Variable sized remapping sets editor displays 9, 10, 12, 14, 18, 24 pt.
  214.   Ñ  Creates remapping set files with support for import and export of sets
  215.   Ñ  Current A/S user preferences can be made default preferences
  216.   Ñ  Last installed cursor set is remembered
  217.   Ñ  Created several remapping set files
  218.   Ñ  More animated cursors, perhaps too many╔
  219.  
  220.  
  221. Operating Tips:
  222. ------------------------------------
  223.  
  224. 1.╩ Read the online help CAREFULLY.
  225.  
  226. 2.╩ Don╒t trash the original TEXT file until AFTER verifying that A/S has done what was expected.  The ╥Browse TEXT File╔╙ option may be used to do this, though 10-25K can be displayed.
  227.  
  228. 3.╩ Be certain to verify ALL settings, including replacement strings, before processing a file.
  229.  
  230. 4.╩ Consider processing a file 2 or more times to achieve the desired effect.
  231.  
  232. 5.╩ Because replacements are made blindly, use a word processor to do conditional character replacement instead of A/S.
  233.  
  234. 6.╩ Hold down the option key when choosing the ╥File╙ menu to access the ╥Browse ANY File╔╙ and ╥Process ANY File╔╙ menu items.
  235.  
  236. 7.╩ Make the most commonly used settings the default values by choosing ╥Save as Default,╙ and/or save them as separate files.  Opening a settings file will open A/S, loading the values contained in that file.
  237.  
  238. 8.╩ Notify the author if you find a bug, or it may not get fixed.
  239.  
  240.  
  241. Registration:
  242. ------------------------------------
  243.  
  244. Add/Strip is Shareware.  This means that if you use it, you should pay for it.  It╒s that simple.  I believe this a useful program at a reasonable price.  I hope you feel the same.  Please don╒t rip me off.
  245.  
  246. Registering users receive a disk with the latest version (and a few other goodies), printed documentation, and may use future versions at no additional cost.  Registration is $25.  Site licenses, which allow for an unlimited number of copies to be used at a single location, are available for $100. Users who╒ve already sent money and BBS operators may use this version free of charge.
  247.  
  248. CompuServe or ZiffNet users can register online quickly and easily!  From either, GO CIS:SWREG.  The Registration ID for Add/Strip is #5730; the site license version is #5731.  Since the registration fee is charged to your CompuServe account, this is a convenient way for foreign A/S users to register without the hassle of currency conversion.
  249.  
  250. If you choose to not register your copy, AT LEAST send comments, suggestions, and/or bug reports.  Be sure to let me know which version you╒re using if you don╒t use the printed registration form.  I can be reached at:
  251.  
  252. Jon Wind
  253. 2374 Hillwood Drive
  254. Maplewood, MN  55119
  255.  
  256. or
  257.  
  258. America Online: JWind
  259. CompuServe: 70167,3444
  260. Internet: jwind@aol.com
  261. GEnie: JPWind
  262.  
  263.  
  264. Acknowledgments:
  265. ------------------------------------
  266.  
  267. Thanks are extended to those individuals who╒ve bothered to send money and to those who╒ve offered suggestions for improvements, especially my fearless beta testers.  This version of A/S could not have been created without your support.
  268.  
  269. A special thanks to Shane Stanley who allowed me to include his AppleScript application, A/S Multi-set Processor, and to Nicos Goulandris who created the Greek character remapping sets.
  270.  
  271.  
  272. Mandatory Disclaimer:
  273. ------------------------------------
  274.  
  275. A/S SHOULD work on Mac Pluses or better.  It works on the Macs I╒ve tested it on, but I cannot guarantee that it will on yours.  If it doesn╒t, please let me know and I╒ll see what I can do to make it work.
  276.